Add pixel definitions for contingency and browser menu#9097
Open
CrisBarreiro wants to merge 1 commit into
Open
Add pixel definitions for contingency and browser menu#9097CrisBarreiro wants to merge 1 commit into
CrisBarreiro wants to merge 1 commit into
Conversation
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
14 tasks
Contributor
|
Privacy Review task: https://app.asana.com/0/69071770703008/1216264345184702 |
b3e8f2f to
ab35ae1
Compare
60e63f7 to
abec109
Compare
bd789f7 to
1440703
Compare
183d4bf to
9bf11e2
Compare
1440703 to
b8deabe
Compare
9bf11e2 to
cfb68de
Compare
cfb68de to
1af6633
Compare
b8deabe to
57a630b
Compare
This was referenced Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Task/Issue URL:
Tech Design URL (if applicable): https://app.asana.com/1/137249556945/project/1212227266948491/task/1216264344628719?focus=true
Description
Steps to test this PR
Feature 1
UI changes
Note
Low Risk
Telemetry schema and enum additions only; no runtime behavior, auth, or ad-blocking logic changes in this diff.
Overview
Adds 12 new analytics pixels (daily + count pairs) for YouTube ad blocking flows from the browsing menu and disable-mode picker, plus breakage reporting after disable.
Coverage includes: re-enable from menu (
adBlocking_menu_enable_*), opening the disable picker (adBlocking_menu_disable_*), picker choices Always On, Always Off, and Disable Until Relaunch (adBlocking_picker_*), and Report Broken Site on the post-disable prompt (adBlocking_breakage_report_entered_*).ad_blocking.json5registers each event with standardform_factor/appVersionmetadata;AdBlockingPixelNamesadds matching enum constants so the app can fire them when menu/picker UI lands.Reviewed by Cursor Bugbot for commit 57a630b. Bugbot is set up for automated code reviews on this repo. Configure here.